From: Peter Colberg Date: Fri, 30 Oct 2015 04:52:41 +0000 (-0400) Subject: Describe interactive debugging for appveyor X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~10^2~1^2~173^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=e6696cad53e9b13fba41269e4b680900096a242b;p=utf8proc.git Describe interactive debugging for appveyor --- diff --git a/appveyor.yml b/appveyor.yml index 6861ac5..d06dcd5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,3 +34,9 @@ build_script: cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_SHARED_LIBS=ON -G'MSYS Makefiles'; make " + +on_finish: + # Uncomment the following line for interactive debugging, which + # will print login data for a temporary remote session after the + # build. This requires an RDP version 6 client, e.g., FreeRDP. + #- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))